﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900|Roboto+Condensed:400,700);

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, section, article, aside, footer, header, hgroup, nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit
}

table, tr, td, tbody, thread {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    text-decoration: none;
    color: inherit
}

ins {
    text-decoration: none
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%
}

del {
    text-decoration: line-through
}

input, textarea, button, input[type=radio] {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none
}

input::-ms-clear {
    display: none
}

strong {
    font-weight: bold
}

html, body {
    font-family: 'Nissan AG', sans-serif
}

.F-vh {
    visibility: hidden;
    opacity: 0
}

.F-vv {
    visibility: visible;
    opacity: 1
}

.F-to {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.F-c {
    zoom: 1
}

.F-c:before, .F-c:after {
    content: "";
    display: table
}

.F-c:after {
    clear: both
}

.F-cb {
    clear: both
}

.F-dn {
    display: none
}

.F-tran {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.F-inbl {
    display: inline-block;
    *display: inline;
    zoom: 1
}

.F-fr {
    float: right
}

.F-fl {
    float: left
}

.cmb {
    position: relative
}

.cmb select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0.0001;
    -moz-opacity: 0.0001;
    opacity: 0.0001;
    z-index: 1
}

.cmb div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 0
}

@-webkit-keyframes Loading_Ani {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes Loading_Ani {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

div.F-Loa, div.F-Loa2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/loading.html) #fff center center no-repeat
}

div.F-Loa.F-Close, div.F-Loa2.F-Close {
    -webkit-animation: Loading_Ani .5s;
    animation: Loading_Ani .5s
}

div.F-Loa2 {
    background-image: url(../../images/loading2.html)
}

.LoadingPanel {
    position: fixed;
    z-index: 3333;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none
}

.LoadingPanel img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: image-width('/images/loading.gif');
    margin-left: -45px;
    margin-top: -21px
}

.toast-title {
    font-weight: bold
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a, .toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-message strong {
    display: block
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

.toast-close-button:hover, .toast-close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container > div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
}

#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
}

#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
}

#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
}

#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

body {
    font-family: 'Roboto', sans-serif !important
}

.f-C {
    clear: both
}

body {
    background: #f7fafa url(../../images/background.png) no-repeat left top
}

#header {
    position: relative;
    width: 100%;
    height: 118px
}

#header .h-s {
    position: relative;
    width: 1316px;
    height: 118px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff
}

#header .h-s .h-logo {
    float: left;
    width: auto;
    height: 118px
}

#header .h-s .h-logo a img {
    width: 49px;
    height: 62px;
    margin: 33px 10px 0 30px
}

#header .h-s .h-ayrac {
    float: left;
    position: relative;
    width: 15px;
    height: 59px;
    border-left: 1px solid #dcdcdc;
    margin-top: 36px
}

#header .h-s .h-ayrac a img {
    position: relative;
    width: 6px;
    height: 12px;
    top: 38%
}

#header .h-s .h-m-logo {
    float: left;
    width: auto
}

#header .h-s .h-m-logo a img {
    width: 77px;
    height: 20px;
    margin: 63px auto 0
}

#header .h-s .h-right {
    float: right;
    width: 901px;
    height: 118px
}

#header .h-s .h-right .h-up {
    float: right;
    width: auto;
    height: 70px
}

#header .h-s .h-right .h-up div.h-social {
    float: left;
    width: 105px;
    height: auto
}

#header .h-s .h-right .h-up div.h-social a img {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 16px 6px
}

#header .h-s .h-right .h-up .h-wp {
    float: left;
    width: 175px;
    height: 35px;
    margin-top: 15px;
}

#header .h-s .h-right .h-up .h-wp img.wp-icon {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 8px
}

#header .h-s .h-right .h-up .h-wp h3 {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #646464;
    letter-spacing: .5px
}

#header .h-s .h-right .h-up .h-wp h4 {
    float: left;
    font-size: 17px;
    font-weight: 500;
    color: #3da94a;
    letter-spacing: .3px
}

#header .h-s .h-right .h-up a .h-giris {
    position: relative;
    float: left;
    width: 110px;
    height: 36px;
    padding-left: 24px;
    line-height: 36px;
    margin-top: 13px;
    border-radius: 35px;
    background: #32b4c8 url(../../images/icons/giris-icon.png) no-repeat 97% 3px;
    background-size: 30px 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #fff
}

#header .h-s .h-right .h-up .h-home {
    float: left;
    width: auto
}

#header .h-s .h-right .h-up .h-home a img {
    float: left;
    width: 16px;
    height: 16px;
    margin: 24px 18px
}

#header .h-s .h-right .h-up .h-r-menu {
    display: none;
    float: right;
    width: 54px;
    height: 54px;
    margin: 7px auto;
    cursor: pointer
}

#header .h-s .h-right .h-down {
    float: right;
    width: 100%;
    height: 48px
}

#header .h-s .h-right .h-down ul.menu {
    width: auto
}

#header .h-s .h-right .h-down ul.menu li {
    float: left;
    width: auto;
    height: 27px;
    line-height: 27px;
    padding: 0 21px
}

#header .h-s .h-right .h-down ul.menu li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000
}

#header .h-s .h-right .h-down ul.menu li:first-child {
    border-right: 1px dotted #a1a1a1
}

.r-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 118px;
    z-index: 30;
    height: 0;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.r-menu ul {
    width: 95%;
    margin: 0 auto
}

.r-menu ul li {
    float: left;
    position: relative;
    width: 100%;
    height: 81px;
    line-height: 81px;
    text-align: center
}

.r-menu ul li a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px
}

.r-menu ul li a img {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 16px 6px
}

.r-menu ul li a .h-giris {
    position: relative;
    text-align: left;
    width: 110px;
    height: 36px;
    padding-left: 24px;
    line-height: 36px;
    margin: 13px auto;
    border-radius: 35px;
    background: #32b4c8 url(../../images/icons/giris-icon.png) no-repeat 95% 3px;
    background-size: 30px 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #fff
}

.r-menu ul li .r-wp {
    position: relative;
    width: 175px;
    height: 35px;
    margin: 27px auto 0
}

.r-menu ul li .r-wp img.rp-icon {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 8px
}

.r-menu ul li .r-wp h3 {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 11px;
    height: 15px;
    color: #646464;
    letter-spacing: .5px;
    line-height: 15px
}

.r-menu ul li .r-wp h4 {
    float: left;
    font-size: 17px;
    font-weight: 500;
    color: #3da94a;
    letter-spacing: .3px;
    height: 17px;
    line-height: 17px
}

.r-menu ul li:first-child {
    background-color: #38c4da
}

.r-menu-a {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 815px
}

.r-menu-golge {
    position: absolute;
    left: 0;
    top: 118px;
    width: 100%;
    height: 0;
    background-color: #000;
    opacity: .7;
    z-index: 29
}

#footer {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 415px;
    margin-top: 0
}

#footer .f-s {
    width: 1316px;
    background-color: #3e2c3f;
    height: auto;
    margin: 0 auto
}

#footer .f-s .f-nasi-yardimci {
    position: relative;
    width: 85%;
    height: 106px;
    padding: 0 14%;
    background-color: #2c212c
}

#footer .f-s .f-nasi-yardimci img.f-n-y-o-img {
    float: left;
    height: 24px;
    width: auto;
    margin: 45px 65px auto auto
}

#footer .f-s .f-nasi-yardimci .d-list {
    float: left;
    width: auto;
    height: 20px;
    position: relative;
    margin-top: 45px
}

#footer .f-s .f-nasi-yardimci .d-list li {
    float: left;
    width: auto;
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #afadc3;
    text-align: left;
    height: 17px;
    line-height: 17px;
    cursor: pointer;
    background: url(../../images/icons/pasif-i-icon.png) no-repeat left center;
    background-size: 6px 6px
}

#footer .f-s .f-nasi-yardimci .d-list li.active {
    color: #d2484e;
    background: url(../../images/icons/sifir-pasif-slide.png) no-repeat left center;
    background-size: 6px 6px
}

#footer .f-s .f-danisman-div {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 320px
}

#footer .f-s .f-danisman-div .f-d-d-s {
    text-align: center;
    width: 82%;
    position: relative;
    padding: 0 9% 20px
}

#footer .f-s .f-danisman-div .f-d-d-s ul.f-d-ul {
    position: relative;
    left: 0;
    top: -16px;
    width: 100%
}

#footer .f-s .f-danisman-div .f-d-d-s ul.f-d-ul li {
    height: 265px
}

#footer .f-s .f-danisman-div .f-d-d-s ul.f-d-ul li div.d-gorsel {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
    background: url(../../images/danisman-back.png) no-repeat left center
}

#footer .f-s .f-danisman-div .f-d-d-s ul.f-d-ul li div.d-gorsel img {
    position: absolute;
    width: 138px;
    left: 0;
    bottom: 0
}

#footer .f-s .f-danisman-div .f-d-d-s ul.f-d-ul li .d-adi, #footer .f-s .f-danisman-div .f-d-d-s ul.f-d-ul li .d-unvan, #footer .f-s .f-danisman-div .f-d-d-s ul.f-d-ul li .d-tel {
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #bababa;
    text-align: center
}

#footer .f-s .f-danisman-div .f-d-d-s ul.f-d-ul li .d-tel {
    margin-bottom: 12px
}

#footer .f-s .f-danisman-div .f-d-d-s ul.f-d-ul li .d-mail {
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #e3842b;
    text-align: center
}

#footer .f-s .f-danisman-div .f-d-d-s img.d_sol_ok, #footer .f-s .f-danisman-div .f-d-d-s img.d_sag_ok {
    width: 37px;
    height: 37px;
    margin: 0 2px;
    cursor: pointer;
    display: inline-block
}

#footer .f-s .f-down {
    width: 82%;
    height: 88px;
    margin: 0 9%;
    border-top: 1px solid #5b435d
}

#footer .f-s .f-down .f-marka-div {
    float: left;
    width: 190px;
    padding-left: 10px;
    height: 25px;
    background-color: #2f1f30;
    border-radius: 15px;
    margin: 30px 0 0
}

#footer .f-s .f-down .f-marka-div ul {
    position: absolute;
    margin: 7px auto
}

#footer .f-s .f-down .f-marka-div ul li {
    float: left;
    width: auto;
    padding: 0 10px;
    height: 10px;
    line-height: 7px;
    border-right: 1px solid #bababa
}

#footer .f-s .f-down .f-marka-div ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #bababa
}

#footer .f-s .f-down .f-marka-div ul li:last-child {
    border-right: 1px solid transparent
}

#footer .f-s .f-down h4 {
    float: right;
    height: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-top: 32px;
    color: #bababa
}

#footer .f-s .f-down .f-marka-t {
    float: left;
    width: 740px;
    height: 20px;
    line-height: 20px;
    margin-top: 32px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #bababa
}

@media only screen and (max-width: 1316px) {
    header #header .h-s {
        width: 100%
    }

    header #header .h-s .h-right {
        width: 70%
    }

    header #header .h-s .h-right .h-up {
        width: auto;
        margin-top: 35px;
        margin-right: 15px
    }

    header #header .h-s .h-right .h-up .h-social a {
        display: none
    }

    header #header .h-s .h-right .h-up .h-home {
        display: none
    }

    header #header .h-s .h-right .h-up a div.h-giris {
        margin-left: 30px !important
    }

    header #header .h-s .h-right .h-up div.h-r-menu {
        display: inline
    }

    header #header .h-s .h-right .h-down {
        display: none
    }

    footer #footer .f-s {
        width: 100%
    }

    footer #footer .f-s .f-nasi-yardimci {
        width: 80%;
        padding: 0 10%
    }

    footer #footer .f-s .f-nasi-yardimci img.f-n-y-o-img {
        margin: 40px 40px 20px 0;
        display: none
    }

    footer #footer .f-s .f-down {
        height: 100px
    }

    footer #footer .f-s .f-down .f-marka-t {
        margin-top: 10px;
        width: 100%
    }

    footer #footer .f-s .f-down h4 {
        position: relative;
        right: 0;
        top: 0
    }
}

@media only screen and (max-width: 767px) {
    header #header .h-s .h-right {
        width: 70px
    }

    header #header .h-s .h-right .h-up {
        width: auto;
    }

    header #header .h-s .h-right .h-up .h-social {
        display: none
    }

    header #header .h-s .h-right .h-up .h-giris {
        display: none
    }

    header #header .h-s .h-right .h-up .h-wp {
        display: none
    }

    footer #footer .f-s {
        width: 100%
    }

    footer #footer .f-s .f-nasi-yardimci {
        width: 90%;
        padding: 0 5%
    }

    footer #footer .f-s .f-nasi-yardimci img.f-n-y-o-img {
        display: none
    }

    footer #footer .f-s .f-down {
        padding: 28px 0;
        text-align: center
    }

    footer #footer .f-s .f-down .f-marka-div {
        float: none;
        display: inline-block;
        margin: 0 auto
    }

    footer #footer .f-s .f-down h4 {
        float: none;
        width: 100%;
        text-align: center;
        margin: 10px auto
    }

    footer #footer .f-s .f-down .f-marka-t {
        margin-top: 0;
        width: 100%;
        height: auto;
        line-height: 22px;
        clear: both
    }
}

@media only screen and (max-width: 479px) {
    footer #footer .f-s .f-nasi-yardimci .d-list li {
        background: none !important;
        font-size: 13px;
        font-weight: 400;
        padding: 0 5px
    }

    footer #footer .f-s .f-nasi-yardimci .d-list li.active {
        background: none !important
    }
}